跳到主要内容

SetOutlineLvl

Sets the outline level for the specified properties.

Syntax

expression.SetOutlineLvl(nLvl);

expression - A variable that represents a ApiParaPr class.

Parameters

NameRequired/OptionalData typeDefaultDescription
nLvlOptionalNumberThe outline level. Possible values: 0-8. The 0 value means the basic outline level. To set no outline level, use this method without a parameter.

Returns

boolean